Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_graph
ctype_graph
Check for any printable characters except spaces
Name:
ctype_graph
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check for any printable characters except spaces
Related
What Are the Limitations and Key Considerations When Using PHP's ctype_graph Function? A Complete Guide
7
Similar Functions
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_lower
ctype_lower
Checklowercasecharac
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_space
ctype_space
Checkspacecharacters
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_digit
ctype_digit
Checknumericcharacte
ctype_punct
ctype_punct
Checkforprintablecha
ctype_print
ctype_print
Checkprintablecharac
Popular Articles
What Are the Limitations and Key Considerations When Using PHP's ctype_graph Function? A Complete Guide